home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / pcboard / read100.zip / READMAIL.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1996-05-23  |  982b  |  80 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.3O (Encryption type II) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     STRING001 = YesChar()
  24.     InputStr "@X03Read your personal mail now@X09: @X08[@X0BY@X08]@X03es@X08, [@X0BN@X08]@X03o@X08", STRING001, 3, 1, YesChar() + Lower(YesChar()) + NoChar() + Lower(NoChar()) + "Aa", 2 + 4 + 256 + 8192 + 8
  25.     If (STRING001 == YesChar()) Then
  26.         Tokenize "Y"
  27.         Call PPEPath() + "READ.PPE"
  28.     Else
  29.         KbdStuff "N^M"
  30.     Endif
  31.     End
  32.  
  33. ;------------------------------------------------------------------------------
  34. ;
  35. ; Usage report (before postprocessing)
  36. ;
  37. ; ■ Statements used :
  38. ;
  39. ;    1       End
  40. ;    2       Goto 
  41. ;    1       Let 
  42. ;    1       If 
  43. ;    1       InputStr 
  44. ;    1       Tokenize 
  45. ;    1       KbdStuff 
  46. ;    1       Call 
  47. ;
  48. ;
  49. ; ■ Functions used :
  50. ;
  51. ;    9       +
  52. ;    1       ==
  53. ;    1       !
  54. ;    2       Lower()
  55. ;    2       NoChar()
  56. ;    4       YesChar()
  57. ;    1       PPEPath()
  58. ;
  59. ;------------------------------------------------------------------------------
  60. ;
  61. ; Analysis flags : C
  62. ;
  63. ; C - Call child PPE ■ 3
  64. ;     This is usually normal, but may be a tricky way to launch some
  65. ;     sysop-only commands.
  66. ;     ■ Search for : CALL
  67. ;
  68. ;------------------------------------------------------------------------------
  69. ;
  70. ; Postprocessing report
  71. ;
  72. ;    0       For/Next
  73. ;    0       While/EndWhile
  74. ;    1       If/Then or If/Then/Else
  75. ;    0       Select Case
  76. ;
  77. ;------------------------------------------------------------------------------
  78. ;                 AEGiS Corp - Break the routines, code against the machines!
  79. ;------------------------------------------------------------------------------
  80.